/* line 1, ../sass/service-post/service-post-top.scss */
.ServicePost {
  position: relative;
  margin-top: 25px;
}
/* line 5, ../sass/service-post/service-post-top.scss */
.ServicePost .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

/* line 15, ../sass/service-post/service-post-top.scss */
.ServicePostContent {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 300px);
}

/* line 23, ../sass/service-post/service-post-top.scss */
.ServicePostContentTop {
  position: relative;
  padding-right: 300px;
}
/* line 27, ../sass/service-post/service-post-top.scss */
.ServicePostContentTop .service-post-logo {
  position: relative;
  margin-bottom: 32px;
}
/* line 31, ../sass/service-post/service-post-top.scss */
.ServicePostContentTop .service-post-logo img {
  display: block;
  height: 50px;
}
/* line 37, ../sass/service-post/service-post-top.scss */
.ServicePostContentTop .section-title {
  margin-bottom: 26px;
}
/* line 41, ../sass/service-post/service-post-top.scss */
.ServicePostContentTop .undertitle {
  position: relative;
  color: #616161;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 17px;
}
/* line 49, ../sass/service-post/service-post-top.scss */
.ServicePostContentTop .info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 40px;
  flex-wrap: wrap;
}
/* line 60, ../sass/service-post/service-post-top.scss */
.ServicePostContentTop .info li {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: calc((100% - 30px) / 2);
  margin-bottom: 30px;
  border-radius: 5px;
  background: rgba(68, 68, 68, 0.65);
  padding: 28px 20px;
}
/* line 72, ../sass/service-post/service-post-top.scss */
.ServicePostContentTop .info li picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
/* line 80, ../sass/service-post/service-post-top.scss */
.ServicePostContentTop .info li picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
/* line 89, ../sass/service-post/service-post-top.scss */
.ServicePostContentTop .info li span {
  display: block;
  position: relative;
  color: #fbfbfb;
  font-size: 16px;
  font-weight: 500;
}
/* line 97, ../sass/service-post/service-post-top.scss */
.ServicePostContentTop .info li strong {
  display: block;
  position: relative;
  color: #8bdaba;
  font-size: 21px;
  font-weight: 500;
  margin-top: 5px;
}
/* line 106, ../sass/service-post/service-post-top.scss */
.ServicePostContentTop .info li p {
  position: relative;
  color: #fbfbfb;
  font-size: 14px;
  font-weight: 300;
  margin-top: 7px;
}
/* line 116, ../sass/service-post/service-post-top.scss */
.ServicePostContentTop table {
  margin-top: 10px;
  width: 100% !important;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
}
/* line 123, ../sass/service-post/service-post-top.scss */
.ServicePostContentTop table tr {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 50px;
  padding: 0 20px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 500;
  background-color: #e9e9e9;
  color: #616161;
}
/* line 136, ../sass/service-post/service-post-top.scss */
.ServicePostContentTop table tr:first-child {
  background-color: #777777;
  color: #fbfbfb;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
/* line 143, ../sass/service-post/service-post-top.scss */
.ServicePostContentTop table tr:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
/* line 148, ../sass/service-post/service-post-top.scss */
.ServicePostContentTop table tr:nth-child(2n) {
  background-color: #f2f2f2;
}
/* line 152, ../sass/service-post/service-post-top.scss */
.ServicePostContentTop table tr td {
  width: 50%;
  box-sizing: border-box;
  padding: 10px 15px;
}
/* line 157, ../sass/service-post/service-post-top.scss */
.ServicePostContentTop table tr td:nth-child(2) {
  width: 25%;
}
/* line 161, ../sass/service-post/service-post-top.scss */
.ServicePostContentTop table tr td:nth-child(3) {
  width: 25%;
}

/* line 169, ../sass/service-post/service-post-top.scss */
.ServicePostContentTopForm {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  right: 0;
  width: 270px;
  border: 2px dashed #c5c5c5;
  border-radius: 10px;
  padding: 28px 20px;
}
/* line 181, ../sass/service-post/service-post-top.scss */
.ServicePostContentTopForm .title {
  position: relative;
  text-align: center;
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 18px;
}
/* line 190, ../sass/service-post/service-post-top.scss */
.ServicePostContentTopForm .form-text {
  margin-bottom: 17px;
  border-radius: 27px;
}
/* line 195, ../sass/service-post/service-post-top.scss */
.ServicePostContentTopForm .site-btn {
  margin: 0 auto;
}

@media only screen and (min-width: 1030px) and (max-width: 1210px) {
  /* line 202, ../sass/service-post/service-post-top.scss */
  .ServicePost {
    margin-top: 0px;
  }

  /* line 206, ../sass/service-post/service-post-top.scss */
  .ServicePostContent {
    width: calc(100% - 255px);
  }

  /* line 210, ../sass/service-post/service-post-top.scss */
  .ServicePostContentTop {
    position: relative;
    padding-right: 255px;
  }
  /* line 214, ../sass/service-post/service-post-top.scss */
  .ServicePostContentTop .section-title {
    margin-bottom: 22px;
    padding-bottom: 8px;
  }
  /* line 219, ../sass/service-post/service-post-top.scss */
  .ServicePostContentTop .undertitle {
    font-size: 16px;
    margin-bottom: 17px;
    letter-spacing: 0.5px;
  }
  /* line 225, ../sass/service-post/service-post-top.scss */
  .ServicePostContentTop .info li {
    padding: 20px 20px;
  }

  /* line 232, ../sass/service-post/service-post-top.scss */
  .ServicePostContentTopForm {
    width: 225px;
    border-radius: 10px;
    padding: 15px 22px;
  }
  /* line 237, ../sass/service-post/service-post-top.scss */
  .ServicePostContentTopForm .title {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 13px;
  }
}
@media only screen and (min-width: 610px) and (max-width: 1029px) {
  /* line 247, ../sass/service-post/service-post-top.scss */
  .ServicePost {
    margin-top: 0px;
  }

  /* line 251, ../sass/service-post/service-post-top.scss */
  .ServicePostContent {
    width: 100%;
  }

  /* line 255, ../sass/service-post/service-post-top.scss */
  .ServicePostContentTop {
    position: relative;
    padding-right: 0px !important;
  }
  /* line 259, ../sass/service-post/service-post-top.scss */
  .ServicePostContentTop .service-post-logo {
    margin-bottom: 37px;
    margin-top: 5px;
  }
  /* line 263, ../sass/service-post/service-post-top.scss */
  .ServicePostContentTop .service-post-logo img {
    display: block;
    height: 40px;
  }
  /* line 269, ../sass/service-post/service-post-top.scss */
  .ServicePostContentTop .section-title {
    margin-bottom: 22px;
    padding-bottom: 8px;
  }
  /* line 274, ../sass/service-post/service-post-top.scss */
  .ServicePostContentTop .undertitle {
    font-size: 16px;
    margin-bottom: 17px;
    letter-spacing: 0.5px;
  }

  /* line 281, ../sass/service-post/service-post-top.scss */
  .ServicePostContentTopForm {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    right: 0;
    width: 100%;
    margin-top: 53px;
    border: none;
    border-radius: 10px;
    padding: 28px 0px;
  }
  /* line 294, ../sass/service-post/service-post-top.scss */
  .ServicePostContentTopForm form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  /* line 300, ../sass/service-post/service-post-top.scss */
  .ServicePostContentTopForm .title {
    font-size: 13.5px;
    margin-bottom: 23px;
    letter-spacing: 0.5px;
  }
  /* line 306, ../sass/service-post/service-post-top.scss */
  .ServicePostContentTopForm .form-text {
    margin-bottom: 0px;
    border-radius: 27px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 609px) {
  /* line 316, ../sass/service-post/service-post-top.scss */
  .ServicePost {
    margin-top: 28px;
  }

  /* line 320, ../sass/service-post/service-post-top.scss */
  .ServicePostContent {
    width: 100%;
  }

  /* line 324, ../sass/service-post/service-post-top.scss */
  .ServicePostContentTop {
    position: relative;
    padding-right: 0px;
  }

  /* line 329, ../sass/service-post/service-post-top.scss */
  .ServicePostContentTop {
    position: relative;
    padding-right: 0px !important;
  }
  /* line 335, ../sass/service-post/service-post-top.scss */
  .ServicePostContentTop table tr {
    font-size: 13px;
    min-height: 40px;
    padding: 0 10px;
  }
  /* line 342, ../sass/service-post/service-post-top.scss */
  .ServicePostContentTop table tr td:nth-child(1) {
    width: 55%;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  /* line 349, ../sass/service-post/service-post-top.scss */
  .ServicePostContentTop table tr td:nth-child(2) {
    width: 25%;
  }
  /* line 353, ../sass/service-post/service-post-top.scss */
  .ServicePostContentTop table tr td:nth-child(3) {
    width: 20%;
  }
  /* line 361, ../sass/service-post/service-post-top.scss */
  .ServicePostContentTop .info li {
    width: 100%;
    margin-bottom: 45px;
  }
  /* line 365, ../sass/service-post/service-post-top.scss */
  .ServicePostContentTop .info li:last-child {
    margin-bottom: 0;
  }
  /* line 371, ../sass/service-post/service-post-top.scss */
  .ServicePostContentTop .service-post-logo {
    margin-bottom: 37px;
    margin-top: 5px;
  }
  /* line 375, ../sass/service-post/service-post-top.scss */
  .ServicePostContentTop .service-post-logo img {
    display: block;
    height: 30px;
    margin: auto;
  }
  /* line 382, ../sass/service-post/service-post-top.scss */
  .ServicePostContentTop .section-title {
    margin-bottom: 22px;
    padding-bottom: 8px;
  }
  /* line 387, ../sass/service-post/service-post-top.scss */
  .ServicePostContentTop .undertitle {
    font-size: 16px;
    margin-bottom: 17px;
    letter-spacing: 0.5px;
  }

  /* line 394, ../sass/service-post/service-post-top.scss */
  .ServicePostContentTopForm {
    position: relative;
    width: 85%;
    margin: auto;
    margin-top: 83px;
    border-radius: 10px;
    padding: 26px 20px;
  }
  /* line 402, ../sass/service-post/service-post-top.scss */
  .ServicePostContentTopForm form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  /* line 408, ../sass/service-post/service-post-top.scss */
  .ServicePostContentTopForm .title {
    font-size: 13.5px;
    margin-bottom: 23px;
    letter-spacing: 0.5px;
  }
  /* line 414, ../sass/service-post/service-post-top.scss */
  .ServicePostContentTopForm .form-text {
    margin-bottom: 10px;
    border-radius: 27px;
  }
  /* line 419, ../sass/service-post/service-post-top.scss */
  .ServicePostContentTopForm .site-btn {
    margin: 10px auto;
  }
}
/* line 1, ../sass/service-post/service-post-table.scss */
.ServicePostContentTable {
  position: relative;
  margin-top: 105px;
}
/* line 5, ../sass/service-post/service-post-table.scss */
.ServicePostContentTable .row-wr {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-top: 22px;
}
/* line 12, ../sass/service-post/service-post-table.scss */
.ServicePostContentTable .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 50px;
  padding: 0 45px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 500;
  background-color: #e9e9e9;
  color: #616161;
}
/* line 32, ../sass/service-post/service-post-table.scss */
.ServicePostContentTable .row:nth-child(2n) {
  background-color: #f2f2f2;
}
/* line 36, ../sass/service-post/service-post-table.scss */
.ServicePostContentTable .row.row-title {
  background-color: #777777;
  color: #fbfbfb;
}
/* line 41, ../sass/service-post/service-post-table.scss */
.ServicePostContentTable .row .col {
  position: relative;
  width: 25%;
}
/* line 45, ../sass/service-post/service-post-table.scss */
.ServicePostContentTable .row .col:nth-child(1) {
  width: 50%;
}

@media only screen and (min-width: 1030px) and (max-width: 1210px) {
  /* line 54, ../sass/service-post/service-post-table.scss */
  .ServicePostContentTable .row {
    padding: 0 30px;
    padding-right: 10px;
  }
  /* line 58, ../sass/service-post/service-post-table.scss */
  .ServicePostContentTable .row .col {
    width: 25%;
  }
  /* line 61, ../sass/service-post/service-post-table.scss */
  .ServicePostContentTable .row .col:nth-child(1) {
    width: 67%;
  }
}
@media only screen and (min-width: 610px) and (max-width: 1029px) {
  /* line 70, ../sass/service-post/service-post-table.scss */
  .ServicePostContentTable {
    margin-top: 50px;
  }
  /* line 73, ../sass/service-post/service-post-table.scss */
  .ServicePostContentTable .row {
    padding: 0 30px;
    padding-right: 10px;
  }
  /* line 77, ../sass/service-post/service-post-table.scss */
  .ServicePostContentTable .row .col {
    width: 25%;
    font-size: 17px;
  }
  /* line 81, ../sass/service-post/service-post-table.scss */
  .ServicePostContentTable .row .col:nth-child(1) {
    width: 52%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 609px) {
  /* line 90, ../sass/service-post/service-post-table.scss */
  .ServicePostContentTable {
    margin-top: 85px;
  }
  /* line 93, ../sass/service-post/service-post-table.scss */
  .ServicePostContentTable .row {
    padding: 0 14px;
    padding-right: 10px;
    min-height: 60px;
  }
  /* line 98, ../sass/service-post/service-post-table.scss */
  .ServicePostContentTable .row .col {
    width: 40%;
    font-size: 14px;
  }
  /* line 102, ../sass/service-post/service-post-table.scss */
  .ServicePostContentTable .row .col:nth-child(1) {
    width: 64%;
  }
}
/* line 1, ../sass/service-post/service-post-time.scss */
.ServicePostContentTime {
  position: relative;
  margin-top: 115px;
  border-radius: 10px;
  background-color: #f2f2f2;
  padding: 45px;
}
/* line 8, ../sass/service-post/service-post-time.scss */
.ServicePostContentTime ul {
  position: relative;
}
/* line 11, ../sass/service-post/service-post-time.scss */
.ServicePostContentTime ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  min-height: 30px;
  color: #616161;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  padding-left: 57px;
  margin-bottom: 20px;
  line-height: 1.6;
}
/* line 29, ../sass/service-post/service-post-time.scss */
.ServicePostContentTime ul li span {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 34, ../sass/service-post/service-post-time.scss */
.ServicePostContentTime ul li span img {
  height: 30px;
}
/* line 39, ../sass/service-post/service-post-time.scss */
.ServicePostContentTime ul li:nth-last-child(1) {
  margin-bottom: 0;
}

@media only screen and (min-width: 1030px) and (max-width: 1210px) {
  /* line 47, ../sass/service-post/service-post-time.scss */
  .ServicePostContentTime {
    margin-top: 120px;
  }
  /* line 51, ../sass/service-post/service-post-time.scss */
  .ServicePostContentTime ul li {
    letter-spacing: 0.5px;
  }
}
@media only screen and (min-width: 610px) and (max-width: 1029px) {
  /* line 59, ../sass/service-post/service-post-time.scss */
  .ServicePostContentTime {
    margin-top: 85px;
    border-radius: 10px;
    padding: 52px 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 609px) {
  /* line 67, ../sass/service-post/service-post-time.scss */
  .ServicePostContentTime {
    margin-top: 91px;
    border-radius: 10px;
    padding: 27px;
  }
  /* line 73, ../sass/service-post/service-post-time.scss */
  .ServicePostContentTime ul li {
    min-height: 30px;
    font-size: 17px;
    font-weight: 300;
    padding-left: 57px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
}
/* line 10, ../sass/price.scss */
.ServicePostContentTop .section-title {
  margin-bottom: 38px;
}

/* line 15, ../sass/price.scss */
.ServicePostContentTable {
  margin-top: 0;
  margin-bottom: 52px;
}
